retrofit-graphql
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
retrofit-graphql
library
/
co.anitrend.retrofit.graphql.annotation.processor.fragment
/
FragmentPatcherTest
/
Given a fragment missing and not in map, When include missing fragments, Then return nothing
Given
a
fragment
missing
and
not
in
map,
When
include
missing
fragments,
Then
return
nothing
fun
Given a fragment missing and not in map, When include missing fragments, Then return nothing
(
)
Tests this scenario:
query SomeQuery { someObjectA { ...fragmentA } }
(fragmentA not defined with query, and also does not exist in the Fragment folder)